There is a benefit to using the httpd.conf file instead of .htaccess files. When .htaccess is enabled on the server it causes the server to look for, open, read and close the .htaccess files sometimes many times for each individual page load. Using httpd.conf and disabling .htaccess can often enable you to stretch server performance a bit further.