After some searching on Google and here, I still haven't found any answer to the following:
Is there a reason that JAR manifests don't just use the properties format?
I am guessing this is historical but it would be nice to know how exactly this came to be – was the decision not to use properties format explicitly made or was the properties format developed after the manifest format?
As far as I can see there would be no technical reason, though manifest format seems a bit more readable.
EDIT: As pointed out by Joachim below, manifests allow multiple values per key and preserve the ordering of values. (Just updating the question as there are new facts so we don't get the same answer over and over :).