The difference between the two is as follows:
driver.get(): To open a URL and have it wait for the entire page to load.
driver.navigate.to(): To navigate to a URL without having to wait for the entire page to load.