Default value of nullable attributes/members

I wonder why nullable fields don’t have default value as null? If a field is nullable 99% you are going to initialize it with null anyway. So such opportunity will save the time of many developers.