Menu system should be independent of loading order
Let's imagine we have two plugins.
Plugin A provides submenu with one item in it. Plugin B want's to attach to A's submenu. The problem is that B loads first and can't find submenu to attach.
Edited by Maciej Lenartowicz