Orchestration refers to the integration of multiple services that allows them to automate processes or synchronize information in a timely fashion.
Say, for example, you have six or seven microservices for an application to run. If you place them in separate containers, this would inevitably create obstacles for communication.
Orchestration would help in such a situation by enabling all services in individual containers to work seamlessly to accomplish a single goal.
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/