Seems like in almost all cases, move entry is better because it will create the path if it’s needed, it can use tokens, and copy the entry. But route entry can add or remove tags, send emails, has wait conditions. Seems these should be just combined? They both do mostly the same thing.
So my question is, what should I consider when I need to use one or the other? They're so similar that I don't know when I should use which.