Why is this an issue?

A module that instantiates too many other modules has likely too many responsibilities. Thus, it is hard to understand and change. Properly architecture your design to tend to a highly hierarchical design.

Resources

Articles & blog posts