At the time when Brad F. was still part of the Go team, he had a shortened link to a spreadsheet that analyzed the reason of packages being part of the stdlib. I do not remember all the details of the conversation of the time, but I believe the gist was that, if anything, the stdlib should be small rather than large.
I could see though, a version of an yaml parser being part of the extended library though (
golang.org/x/encoding).
Every new package in the stdlib translates into more work back to the core team, and longer iteration cycles (as a change may not make in time for the merge window). The extended library doesn't suffer from this problem.