get_theme_file_uri() searches in the stylesheet directory before the template directory so themes which inherit from a parent theme can just override one file. This is useful in the case of child themes, which means get_template_directory_uri() can be changed to use this new function.