What does $_REQUEST[‘redirect_to’] do?

Here, $_REQUEST[‘redirect_to’] is default parameter available in WordPress to redirect once you login correctly while sign in or sign up. e.g. User Dashboard. Ref : https://codex.wordpress.org/Plugin_API/Filter_Reference/login_redirect

In General redirect_to will redirect user to user dashboard or same page if any credential or details false.