Or he naively thought the signal to noise ratio would be higher.
<ul class="nav">
<li></li>
</ul>
vs <nav>
<ul>
<li></li>
</ul>
</nav>
The only 'danger' is that if someone is specifically looking at your page specifically for <nav> tags to locate your navigation they won't find it.