How to change the order of elements in comment_form()

You don’t change the ordering, essentially. If you need to reposition things on the page, you should use CSS. That’s what it’s for.

The submit button is in a P with a class of form-submit. You can use that to move it around with CSS.