According to the docs, upgrade module should be initialized only in PreBlocker; however, Canto initialized it both in pre blocker and begin blocker:
The same in canto-main/app/app.go.
ModuleManager.SetOrder... checks if it implements correct function; however, it leads to confusion and the behavious may change in the future.
