We currently have a lot of code duplication for various things such as getting data from the wiki list, figuring out which site in the farm we want/are as well as half a dozen other things.
We could eliminate this by writing an "independent" library to fit the majority of these uses so we can cut that duplicated code out.
(Duplicated code = more work to maintain, potentially outdated copies of a lot of things, etc.)