This behavior is intentional for multiple reasons. First is because in code we ask the program for that folder during several processes and need to know both 1) is it there and 2) can we add it. If we don't see it, and also can't create it there could be some IO permission errors occurring and we need to stop what we are doing until corrected. Another reason we do it is for new users. Having the folder available makes adding things to the appropriate folder much easier because a user doesn't have to create the folder and make sure it is named right, it is already there and they can simply drag files to it.