Hi Filip,
Yes, even I had the same doubt while working on this project.
Later, after debugging the code, I got that the methods run sequentially, so on_includes always run after on_tweet. And for more control over the queries, you can put conditons on the methods to get your data accordingly.
Hope, I answerd your question.