The install_tool API doesn't have any options for setting the order of a new tool. (And the hard-coded calculation for 'ordinal' uses len(installable_tools)
which isn't correct so the ordinal ends up kind of random).
Options I think we should have:
There are lots of possibilities, but alpha_tool is primary use case at the moment.
allura:cj/6958