The \Drupal\Core\Form\FormStateInterface object represents the current state of the form and its data. The form state contains user-submitted data for the form along with build state information. Redirection after the form submission is handled through the
form state, as well. You will interact more with the form state during the validation and submission recipes.