It is different because whole sections of the map instantly become novice areas (and stop being novice areas) all at once, placing walls OUTSIDE the novice rooms. If an enemy wanted to do this, they would have to claim every one of the rooms surrounding an area, and build walls around the whole thing. not likely to happen, and if it did, you would likely have several days if not weeks to watch it happen slowly and make adjustments accordingly. The novice area conversion happens instantly with no warning and builds the walls in a way that no enemy could. It would just make life a LOT easier for everyone if you didn't have to lay awake at night worrying about a novice area springing to life near you and killing your pathfinding code.
One other way, and perhaps the most important reason that it is different, is that if you have a claimed room adjacent to a novice area, it places indestructible walls inside your claimed room, blocking that exit. One of the recommended ways to move from room to room is to use Game.map.findRoute and then move from exit to exit. Using this method in this situation fails because of the indestructible walls placed in your claimed room that you have no control over. If the problem was caused by normal walls built by you, then its your own fault, but invincible obstacles just suddenly appearing in your own claimed room doesn't seem right. You should be able to plan for obstacles in your own room seeing as how 99.9% of the time the only way obstacles appear or disappear is if YOU do it yourself.