Systems built for modularity can evolve without breaking. Components can be replaced, recombined, or extended when they’re designed to be independent. A tightly coupled system makes change expensive and risky in ways that weren’t visible when the system was built. Each piece has a defined interface, and that constraint is exactly what makes the combinations possible.
Implementing a design system is where this plays out in practice, the constraint of shared components is what makes the system scalable.