Benefits
Repeatability
By using consistent patterns and best practices, code is far more reusable across diverse projects.
Teamwork
If all code uses design patterns and best practices, it's simpler for new team members to ensure that code is correct, as well as making it easier to jump into a project.
Performance
Many design patterns and best practices are also heavily focused on ensuring compliance with the latest performance recommendations to get the most out of every system.