Reason to Prefer Copy Move TO or Rename FROM TO?

Is there a reason to prefer one of these over the other since the result is the same:

Copy Move TO "T:\Software Docs\Utils\DOpus\Buttons"

or

Rename FROM "{file}" TO="T:\Software Docs\Utils\DOpus\Buttons\{file}" IGNOREEXT

The copy command is more direct and will show a better progress dialog if the destination is on another drive.