Example:
You have a bundle Game1 which also requires modules from bundle GameBase. So instead of adding all the base modules, which could be 10s of them, you can just add the GameBase bundle to the Game1 bundle. So, when queue will evaluate the Game1 bundle, it will also look for modules that are inside GameBase bundle.