> When an organization is large and siloed
I'd argue that lose coupling is a core principle of good software architecture. Bing able to deploy separately only makes it more convenient to manage.
> frequently deploying breaking changes
That's never a good sign. Frequently deploying, yes. Frequently breaking, not so much.