The backslash basically means "ignore any aliases or functions by the same name, and run the first matching command in my $PATH instead".
One reason for providing this is so that you can have an alias like
alias mv '\mv -=myfavoritearg '
but it's also good for ensuring that you didn't pick up some distro nonsense.