As discussed in #62, we should explicitly document how hook call order is done regarding how plugins are registered.
From the top of my head, hooks are called in this order:
- setuptools plugins (in arbitrary order, except those marked with
try_first and try_last);
- core plugins;