Does Kong support services orchestration?

In microservices world and At a high level, there are two approaches to getting microservices to work together toward a common goal: orchestration and choreography.

In orchestration, one service controller handles all communications between microservices, and directs each service to perform the intended function.

So, I’m asking if the role of service controller could be played by Kong?. also as there are many API gateways play this role.