I have searched and come up with these two:
DisplayAdditionalCustomerAddressFields
ActionCheckoutRender
I think it is better to use:
ActionFrontControllerSetMedia
Because this way we can ensure libraries like jquery are loaded before loading any other library or code and just set an if clause to let it load the js file where you need it
Any other ideas?