Fun anecdote: in World of Warcraft (at least used to when I played/programmed them) addons load in alphabetical order and all operate and communicate in a single global Lua scope. The result is that library addon names start with an exclamation mark to be loaded first, and if a library is particularly fundamental, multiple exclamation marks so other libraries can depend on it.