The point of this tag, as with a number of the new “semantic” HTML5 tags, is to make it easier for programs to index your data.
A script can go through and easily find out what the published date is for your blog articles if it sees a <time> tag, without having to parse any of a number of ways this could be represented (for consumption by a human being), which would be a much more complex and error-prone task.