This is used to call the "original" command, avoiding it to be called with the possible aliases. That is, disables the possible aliases on the command curl and adjusts to the original one.
If you have
alias grep='grep --color=auto'
and then you do grep, it will have colours. So if you do not want colours, you would just write \grep.